3.879 \(\int \frac{1}{x (a+b x^2+c x^4)^3} \, dx\)

Optimal. Leaf size=200 \[ \frac{16 a^2 c^2+2 b c x^2 \left (b^2-7 a c\right )-15 a b^2 c+2 b^4}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{b \left (30 a^2 c^2-10 a b^2 c+b^4\right ) \tanh ^{-1}\left (\frac{b+2 c x^2}{\sqrt{b^2-4 a c}}\right )}{2 a^3 \left (b^2-4 a c\right )^{5/2}}-\frac{\log \left (a+b x^2+c x^4\right )}{4 a^3}+\frac{\log (x)}{a^3}+\frac{-2 a c+b^2+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2} \]

[Out]

(b^2 - 2*a*c + b*c*x^2)/(4*a*(b^2 - 4*a*c)*(a + b*x^2 + c*x^4)^2) + (2*b^4 - 15*a*b^2*c + 16*a^2*c^2 + 2*b*c*(
b^2 - 7*a*c)*x^2)/(4*a^2*(b^2 - 4*a*c)^2*(a + b*x^2 + c*x^4)) + (b*(b^4 - 10*a*b^2*c + 30*a^2*c^2)*ArcTanh[(b
+ 2*c*x^2)/Sqrt[b^2 - 4*a*c]])/(2*a^3*(b^2 - 4*a*c)^(5/2)) + Log[x]/a^3 - Log[a + b*x^2 + c*x^4]/(4*a^3)

________________________________________________________________________________________

Rubi [A]  time = 0.29849, antiderivative size = 200, normalized size of antiderivative = 1., number of steps used = 9, number of rules used = 8, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.444, Rules used = {1114, 740, 822, 800, 634, 618, 206, 628} \[ \frac{16 a^2 c^2+2 b c x^2 \left (b^2-7 a c\right )-15 a b^2 c+2 b^4}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{b \left (30 a^2 c^2-10 a b^2 c+b^4\right ) \tanh ^{-1}\left (\frac{b+2 c x^2}{\sqrt{b^2-4 a c}}\right )}{2 a^3 \left (b^2-4 a c\right )^{5/2}}-\frac{\log \left (a+b x^2+c x^4\right )}{4 a^3}+\frac{\log (x)}{a^3}+\frac{-2 a c+b^2+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2} \]

Antiderivative was successfully verified.

[In]

Int[1/(x*(a + b*x^2 + c*x^4)^3),x]

[Out]

(b^2 - 2*a*c + b*c*x^2)/(4*a*(b^2 - 4*a*c)*(a + b*x^2 + c*x^4)^2) + (2*b^4 - 15*a*b^2*c + 16*a^2*c^2 + 2*b*c*(
b^2 - 7*a*c)*x^2)/(4*a^2*(b^2 - 4*a*c)^2*(a + b*x^2 + c*x^4)) + (b*(b^4 - 10*a*b^2*c + 30*a^2*c^2)*ArcTanh[(b
+ 2*c*x^2)/Sqrt[b^2 - 4*a*c]])/(2*a^3*(b^2 - 4*a*c)^(5/2)) + Log[x]/a^3 - Log[a + b*x^2 + c*x^4]/(4*a^3)

Rule 1114

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4)^(p_.), x_Symbol] :> Dist[1/2, Subst[Int[x^((m - 1)/2)*(a +
 b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[(m - 1)/2]

Rule 740

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[((d + e*x)^(m + 1)*(
b*c*d - b^2*e + 2*a*c*e + c*(2*c*d - b*e)*x)*(a + b*x + c*x^2)^(p + 1))/((p + 1)*(b^2 - 4*a*c)*(c*d^2 - b*d*e
+ a*e^2)), x] + Dist[1/((p + 1)*(b^2 - 4*a*c)*(c*d^2 - b*d*e + a*e^2)), Int[(d + e*x)^m*Simp[b*c*d*e*(2*p - m
+ 2) + b^2*e^2*(m + p + 2) - 2*c^2*d^2*(2*p + 3) - 2*a*c*e^2*(m + 2*p + 3) - c*e*(2*c*d - b*e)*(m + 2*p + 4)*x
, x]*(a + b*x + c*x^2)^(p + 1), x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b
*d*e + a*e^2, 0] && NeQ[2*c*d - b*e, 0] && LtQ[p, -1] && IntQuadraticQ[a, b, c, d, e, m, p, x]

Rule 822

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp
[((d + e*x)^(m + 1)*(f*(b*c*d - b^2*e + 2*a*c*e) - a*g*(2*c*d - b*e) + c*(f*(2*c*d - b*e) - g*(b*d - 2*a*e))*x
)*(a + b*x + c*x^2)^(p + 1))/((p + 1)*(b^2 - 4*a*c)*(c*d^2 - b*d*e + a*e^2)), x] + Dist[1/((p + 1)*(b^2 - 4*a*
c)*(c*d^2 - b*d*e + a*e^2)), Int[(d + e*x)^m*(a + b*x + c*x^2)^(p + 1)*Simp[f*(b*c*d*e*(2*p - m + 2) + b^2*e^2
*(p + m + 2) - 2*c^2*d^2*(2*p + 3) - 2*a*c*e^2*(m + 2*p + 3)) - g*(a*e*(b*e - 2*c*d*m + b*e*m) - b*d*(3*c*d -
b*e + 2*c*d*p - b*e*p)) + c*e*(g*(b*d - 2*a*e) - f*(2*c*d - b*e))*(m + 2*p + 4)*x, x], x], x] /; FreeQ[{a, b,
c, d, e, f, g, m}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && LtQ[p, -1] && (IntegerQ[m] ||
 IntegerQ[p] || IntegersQ[2*m, 2*p])

Rule 800

Int[(((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_)))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Int[Exp
andIntegrand[((d + e*x)^m*(f + g*x))/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[b^2 -
 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && IntegerQ[m]

Rule 634

Int[((d_.) + (e_.)*(x_))/((a_) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Dist[(2*c*d - b*e)/(2*c), Int[1/(a +
 b*x + c*x^2), x], x] + Dist[e/(2*c), Int[(b + 2*c*x)/(a + b*x + c*x^2), x], x] /; FreeQ[{a, b, c, d, e}, x] &
& NeQ[2*c*d - b*e, 0] && NeQ[b^2 - 4*a*c, 0] &&  !NiceSqrtQ[b^2 - 4*a*c]

Rule 618

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> Dist[-2, Subst[Int[1/Simp[b^2 - 4*a*c - x^2, x], x]
, x, b + 2*c*x], x] /; FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rubi steps

\begin{align*} \int \frac{1}{x \left (a+b x^2+c x^4\right )^3} \, dx &=\frac{1}{2} \operatorname{Subst}\left (\int \frac{1}{x \left (a+b x+c x^2\right )^3} \, dx,x,x^2\right )\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}-\frac{\operatorname{Subst}\left (\int \frac{-2 \left (b^2-4 a c\right )-3 b c x}{x \left (a+b x+c x^2\right )^2} \, dx,x,x^2\right )}{4 a \left (b^2-4 a c\right )}\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+\frac{2 b^4-15 a b^2 c+16 a^2 c^2+2 b c \left (b^2-7 a c\right ) x^2}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{\operatorname{Subst}\left (\int \frac{2 \left (b^2-4 a c\right )^2+2 b c \left (b^2-7 a c\right ) x}{x \left (a+b x+c x^2\right )} \, dx,x,x^2\right )}{4 a^2 \left (b^2-4 a c\right )^2}\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+\frac{2 b^4-15 a b^2 c+16 a^2 c^2+2 b c \left (b^2-7 a c\right ) x^2}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{\operatorname{Subst}\left (\int \left (\frac{2 \left (-b^2+4 a c\right )^2}{a x}+\frac{2 \left (-b \left (b^4-9 a b^2 c+23 a^2 c^2\right )-c \left (b^2-4 a c\right )^2 x\right )}{a \left (a+b x+c x^2\right )}\right ) \, dx,x,x^2\right )}{4 a^2 \left (b^2-4 a c\right )^2}\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+\frac{2 b^4-15 a b^2 c+16 a^2 c^2+2 b c \left (b^2-7 a c\right ) x^2}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{\log (x)}{a^3}+\frac{\operatorname{Subst}\left (\int \frac{-b \left (b^4-9 a b^2 c+23 a^2 c^2\right )-c \left (b^2-4 a c\right )^2 x}{a+b x+c x^2} \, dx,x,x^2\right )}{2 a^3 \left (b^2-4 a c\right )^2}\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+\frac{2 b^4-15 a b^2 c+16 a^2 c^2+2 b c \left (b^2-7 a c\right ) x^2}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{\log (x)}{a^3}-\frac{\operatorname{Subst}\left (\int \frac{b+2 c x}{a+b x+c x^2} \, dx,x,x^2\right )}{4 a^3}-\frac{\left (b \left (b^4-10 a b^2 c+30 a^2 c^2\right )\right ) \operatorname{Subst}\left (\int \frac{1}{a+b x+c x^2} \, dx,x,x^2\right )}{4 a^3 \left (b^2-4 a c\right )^2}\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+\frac{2 b^4-15 a b^2 c+16 a^2 c^2+2 b c \left (b^2-7 a c\right ) x^2}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{\log (x)}{a^3}-\frac{\log \left (a+b x^2+c x^4\right )}{4 a^3}+\frac{\left (b \left (b^4-10 a b^2 c+30 a^2 c^2\right )\right ) \operatorname{Subst}\left (\int \frac{1}{b^2-4 a c-x^2} \, dx,x,b+2 c x^2\right )}{2 a^3 \left (b^2-4 a c\right )^2}\\ &=\frac{b^2-2 a c+b c x^2}{4 a \left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+\frac{2 b^4-15 a b^2 c+16 a^2 c^2+2 b c \left (b^2-7 a c\right ) x^2}{4 a^2 \left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}+\frac{b \left (b^4-10 a b^2 c+30 a^2 c^2\right ) \tanh ^{-1}\left (\frac{b+2 c x^2}{\sqrt{b^2-4 a c}}\right )}{2 a^3 \left (b^2-4 a c\right )^{5/2}}+\frac{\log (x)}{a^3}-\frac{\log \left (a+b x^2+c x^4\right )}{4 a^3}\\ \end{align*}

Mathematica [A]  time = 0.496247, size = 342, normalized size = 1.71 \[ \frac{\frac{a \left (16 a^2 c^2-15 a b^2 c-14 a b c^2 x^2+2 b^3 c x^2+2 b^4\right )}{\left (b^2-4 a c\right )^2 \left (a+b x^2+c x^4\right )}-\frac{\left (16 a^2 c^2 \sqrt{b^2-4 a c}+30 a^2 b c^2+b^4 \sqrt{b^2-4 a c}-10 a b^3 c-8 a b^2 c \sqrt{b^2-4 a c}+b^5\right ) \log \left (-\sqrt{b^2-4 a c}+b+2 c x^2\right )}{\left (b^2-4 a c\right )^{5/2}}+\frac{\left (-16 a^2 c^2 \sqrt{b^2-4 a c}+30 a^2 b c^2-b^4 \sqrt{b^2-4 a c}-10 a b^3 c+8 a b^2 c \sqrt{b^2-4 a c}+b^5\right ) \log \left (\sqrt{b^2-4 a c}+b+2 c x^2\right )}{\left (b^2-4 a c\right )^{5/2}}+\frac{a^2 \left (-2 a c+b^2+b c x^2\right )}{\left (b^2-4 a c\right ) \left (a+b x^2+c x^4\right )^2}+4 \log (x)}{4 a^3} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x*(a + b*x^2 + c*x^4)^3),x]

[Out]

((a^2*(b^2 - 2*a*c + b*c*x^2))/((b^2 - 4*a*c)*(a + b*x^2 + c*x^4)^2) + (a*(2*b^4 - 15*a*b^2*c + 16*a^2*c^2 + 2
*b^3*c*x^2 - 14*a*b*c^2*x^2))/((b^2 - 4*a*c)^2*(a + b*x^2 + c*x^4)) + 4*Log[x] - ((b^5 - 10*a*b^3*c + 30*a^2*b
*c^2 + b^4*Sqrt[b^2 - 4*a*c] - 8*a*b^2*c*Sqrt[b^2 - 4*a*c] + 16*a^2*c^2*Sqrt[b^2 - 4*a*c])*Log[b - Sqrt[b^2 -
4*a*c] + 2*c*x^2])/(b^2 - 4*a*c)^(5/2) + ((b^5 - 10*a*b^3*c + 30*a^2*b*c^2 - b^4*Sqrt[b^2 - 4*a*c] + 8*a*b^2*c
*Sqrt[b^2 - 4*a*c] - 16*a^2*c^2*Sqrt[b^2 - 4*a*c])*Log[b + Sqrt[b^2 - 4*a*c] + 2*c*x^2])/(b^2 - 4*a*c)^(5/2))/
(4*a^3)

________________________________________________________________________________________

Maple [B]  time = 0.198, size = 822, normalized size = 4.1 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/(c*x^4+b*x^2+a)^3,x)

[Out]

ln(x)/a^3-7/2/a/(c*x^4+b*x^2+a)^2*b*c^3/(16*a^2*c^2-8*a*b^2*c+b^4)*x^6+1/2/a^2/(c*x^4+b*x^2+a)^2*b^3*c^2/(16*a
^2*c^2-8*a*b^2*c+b^4)*x^6+4/(c*x^4+b*x^2+a)^2*c^3/(16*a^2*c^2-8*a*b^2*c+b^4)*x^4-29/4/a/(c*x^4+b*x^2+a)^2*c^2/
(16*a^2*c^2-8*a*b^2*c+b^4)*x^4*b^2+1/a^2/(c*x^4+b*x^2+a)^2*c/(16*a^2*c^2-8*a*b^2*c+b^4)*x^4*b^4-1/2/(c*x^4+b*x
^2+a)^2*b/(16*a^2*c^2-8*a*b^2*c+b^4)*x^2*c^2-3/a/(c*x^4+b*x^2+a)^2*b^3/(16*a^2*c^2-8*a*b^2*c+b^4)*x^2*c+1/2/a^
2/(c*x^4+b*x^2+a)^2*b^5/(16*a^2*c^2-8*a*b^2*c+b^4)*x^2+6*a/(c*x^4+b*x^2+a)^2/(16*a^2*c^2-8*a*b^2*c+b^4)*c^2-21
/4/(c*x^4+b*x^2+a)^2/(16*a^2*c^2-8*a*b^2*c+b^4)*c*b^2+3/4/a/(c*x^4+b*x^2+a)^2/(16*a^2*c^2-8*a*b^2*c+b^4)*b^4-4
/a/(16*a^2*c^2-8*a*b^2*c+b^4)*c^2*ln(c*x^4+b*x^2+a)+2/a^2/(16*a^2*c^2-8*a*b^2*c+b^4)*c*ln(c*x^4+b*x^2+a)*b^2-1
/4/a^3/(16*a^2*c^2-8*a*b^2*c+b^4)*ln(c*x^4+b*x^2+a)*b^4-15/a/(16*a^2*c^2-8*a*b^2*c+b^4)/(4*a*c-b^2)^(1/2)*arct
an((2*c*x^2+b)/(4*a*c-b^2)^(1/2))*b*c^2+5/a^2/(16*a^2*c^2-8*a*b^2*c+b^4)/(4*a*c-b^2)^(1/2)*arctan((2*c*x^2+b)/
(4*a*c-b^2)^(1/2))*b^3*c-1/2/a^3/(16*a^2*c^2-8*a*b^2*c+b^4)/(4*a*c-b^2)^(1/2)*arctan((2*c*x^2+b)/(4*a*c-b^2)^(
1/2))*b^5

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x^4+b*x^2+a)^3,x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [B]  time = 4.54151, size = 4271, normalized size = 21.36 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x^4+b*x^2+a)^3,x, algorithm="fricas")

[Out]

[1/4*(3*a^2*b^6 - 33*a^3*b^4*c + 108*a^4*b^2*c^2 - 96*a^5*c^3 + 2*(a*b^5*c^2 - 11*a^2*b^3*c^3 + 28*a^3*b*c^4)*
x^6 + (4*a*b^6*c - 45*a^2*b^4*c^2 + 132*a^3*b^2*c^3 - 64*a^4*c^4)*x^4 + 2*(a*b^7 - 10*a^2*b^5*c + 23*a^3*b^3*c
^2 + 4*a^4*b*c^3)*x^2 + ((b^5*c^2 - 10*a*b^3*c^3 + 30*a^2*b*c^4)*x^8 + a^2*b^5 - 10*a^3*b^3*c + 30*a^4*b*c^2 +
 2*(b^6*c - 10*a*b^4*c^2 + 30*a^2*b^2*c^3)*x^6 + (b^7 - 8*a*b^5*c + 10*a^2*b^3*c^2 + 60*a^3*b*c^3)*x^4 + 2*(a*
b^6 - 10*a^2*b^4*c + 30*a^3*b^2*c^2)*x^2)*sqrt(b^2 - 4*a*c)*log((2*c^2*x^4 + 2*b*c*x^2 + b^2 - 2*a*c + (2*c*x^
2 + b)*sqrt(b^2 - 4*a*c))/(c*x^4 + b*x^2 + a)) - ((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^3*c^5)*x^8 +
 a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^
4)*x^6 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*x^4 + 2*(a*b^7 - 12*a^2*b^5*c + 48
*a^3*b^3*c^2 - 64*a^4*b*c^3)*x^2)*log(c*x^4 + b*x^2 + a) + 4*((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^4 - 64*a^
3*c^5)*x^8 + a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*b^3*c^3 -
 64*a^3*b*c^4)*x^6 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*x^4 + 2*(a*b^7 - 12*a^
2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*x^2)*log(x))/(a^5*b^6 - 12*a^6*b^4*c + 48*a^7*b^2*c^2 - 64*a^8*c^3 +
(a^3*b^6*c^2 - 12*a^4*b^4*c^3 + 48*a^5*b^2*c^4 - 64*a^6*c^5)*x^8 + 2*(a^3*b^7*c - 12*a^4*b^5*c^2 + 48*a^5*b^3*
c^3 - 64*a^6*b*c^4)*x^6 + (a^3*b^8 - 10*a^4*b^6*c + 24*a^5*b^4*c^2 + 32*a^6*b^2*c^3 - 128*a^7*c^4)*x^4 + 2*(a^
4*b^7 - 12*a^5*b^5*c + 48*a^6*b^3*c^2 - 64*a^7*b*c^3)*x^2), 1/4*(3*a^2*b^6 - 33*a^3*b^4*c + 108*a^4*b^2*c^2 -
96*a^5*c^3 + 2*(a*b^5*c^2 - 11*a^2*b^3*c^3 + 28*a^3*b*c^4)*x^6 + (4*a*b^6*c - 45*a^2*b^4*c^2 + 132*a^3*b^2*c^3
 - 64*a^4*c^4)*x^4 + 2*(a*b^7 - 10*a^2*b^5*c + 23*a^3*b^3*c^2 + 4*a^4*b*c^3)*x^2 + 2*((b^5*c^2 - 10*a*b^3*c^3
+ 30*a^2*b*c^4)*x^8 + a^2*b^5 - 10*a^3*b^3*c + 30*a^4*b*c^2 + 2*(b^6*c - 10*a*b^4*c^2 + 30*a^2*b^2*c^3)*x^6 +
(b^7 - 8*a*b^5*c + 10*a^2*b^3*c^2 + 60*a^3*b*c^3)*x^4 + 2*(a*b^6 - 10*a^2*b^4*c + 30*a^3*b^2*c^2)*x^2)*sqrt(-b
^2 + 4*a*c)*arctan(-(2*c*x^2 + b)*sqrt(-b^2 + 4*a*c)/(b^2 - 4*a*c)) - ((b^6*c^2 - 12*a*b^4*c^3 + 48*a^2*b^2*c^
4 - 64*a^3*c^5)*x^8 + a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3 + 2*(b^7*c - 12*a*b^5*c^2 + 48*a^2*
b^3*c^3 - 64*a^3*b*c^4)*x^6 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*x^4 + 2*(a*b^
7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*x^2)*log(c*x^4 + b*x^2 + a) + 4*((b^6*c^2 - 12*a*b^4*c^3 + 4
8*a^2*b^2*c^4 - 64*a^3*c^5)*x^8 + a^2*b^6 - 12*a^3*b^4*c + 48*a^4*b^2*c^2 - 64*a^5*c^3 + 2*(b^7*c - 12*a*b^5*c
^2 + 48*a^2*b^3*c^3 - 64*a^3*b*c^4)*x^6 + (b^8 - 10*a*b^6*c + 24*a^2*b^4*c^2 + 32*a^3*b^2*c^3 - 128*a^4*c^4)*x
^4 + 2*(a*b^7 - 12*a^2*b^5*c + 48*a^3*b^3*c^2 - 64*a^4*b*c^3)*x^2)*log(x))/(a^5*b^6 - 12*a^6*b^4*c + 48*a^7*b^
2*c^2 - 64*a^8*c^3 + (a^3*b^6*c^2 - 12*a^4*b^4*c^3 + 48*a^5*b^2*c^4 - 64*a^6*c^5)*x^8 + 2*(a^3*b^7*c - 12*a^4*
b^5*c^2 + 48*a^5*b^3*c^3 - 64*a^6*b*c^4)*x^6 + (a^3*b^8 - 10*a^4*b^6*c + 24*a^5*b^4*c^2 + 32*a^6*b^2*c^3 - 128
*a^7*c^4)*x^4 + 2*(a^4*b^7 - 12*a^5*b^5*c + 48*a^6*b^3*c^2 - 64*a^7*b*c^3)*x^2)]

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x**4+b*x**2+a)**3,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 32.726, size = 436, normalized size = 2.18 \begin{align*} -\frac{{\left (b^{5} - 10 \, a b^{3} c + 30 \, a^{2} b c^{2}\right )} \arctan \left (\frac{2 \, c x^{2} + b}{\sqrt{-b^{2} + 4 \, a c}}\right )}{2 \,{\left (a^{3} b^{4} - 8 \, a^{4} b^{2} c + 16 \, a^{5} c^{2}\right )} \sqrt{-b^{2} + 4 \, a c}} + \frac{3 \, b^{4} c^{2} x^{8} - 24 \, a b^{2} c^{3} x^{8} + 48 \, a^{2} c^{4} x^{8} + 6 \, b^{5} c x^{6} - 44 \, a b^{3} c^{2} x^{6} + 68 \, a^{2} b c^{3} x^{6} + 3 \, b^{6} x^{4} - 10 \, a b^{4} c x^{4} - 58 \, a^{2} b^{2} c^{2} x^{4} + 128 \, a^{3} c^{3} x^{4} + 10 \, a b^{5} x^{2} - 72 \, a^{2} b^{3} c x^{2} + 92 \, a^{3} b c^{2} x^{2} + 9 \, a^{2} b^{4} - 66 \, a^{3} b^{2} c + 96 \, a^{4} c^{2}}{8 \,{\left (a^{3} b^{4} - 8 \, a^{4} b^{2} c + 16 \, a^{5} c^{2}\right )}{\left (c x^{4} + b x^{2} + a\right )}^{2}} - \frac{\log \left (c x^{4} + b x^{2} + a\right )}{4 \, a^{3}} + \frac{\log \left (x^{2}\right )}{2 \, a^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/(c*x^4+b*x^2+a)^3,x, algorithm="giac")

[Out]

-1/2*(b^5 - 10*a*b^3*c + 30*a^2*b*c^2)*arctan((2*c*x^2 + b)/sqrt(-b^2 + 4*a*c))/((a^3*b^4 - 8*a^4*b^2*c + 16*a
^5*c^2)*sqrt(-b^2 + 4*a*c)) + 1/8*(3*b^4*c^2*x^8 - 24*a*b^2*c^3*x^8 + 48*a^2*c^4*x^8 + 6*b^5*c*x^6 - 44*a*b^3*
c^2*x^6 + 68*a^2*b*c^3*x^6 + 3*b^6*x^4 - 10*a*b^4*c*x^4 - 58*a^2*b^2*c^2*x^4 + 128*a^3*c^3*x^4 + 10*a*b^5*x^2
- 72*a^2*b^3*c*x^2 + 92*a^3*b*c^2*x^2 + 9*a^2*b^4 - 66*a^3*b^2*c + 96*a^4*c^2)/((a^3*b^4 - 8*a^4*b^2*c + 16*a^
5*c^2)*(c*x^4 + b*x^2 + a)^2) - 1/4*log(c*x^4 + b*x^2 + a)/a^3 + 1/2*log(x^2)/a^3